From df27065fd7278c8c0519e1d400b21e88f383daf3 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Fri, 5 Apr 2013 11:26:29 -0400 Subject: [PATCH] New parserTest: check interaction of italics and English possessives. This documents a current bug in the Parsoid parser. Change-Id: I242324237640dd21fb24c50fa164a45091e388b8 --- tests/parser/parserTests.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 55605d05f2..1d4102cd70 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -363,6 +363,16 @@ Italics and bold !! end +# this example taken from the simple/Moon article +!! test +Italics and possessives +!! input +obtained by ''[[Lunar Prospector]]'''s gamma-ray spectrometer +!! result +

obtained by Lunar Prospector's gamma-ray spectrometer +

+!! end + ### ### 2-quote opening sequence tests ### -- 2.20.1